home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
RssPublisher
/
Data
/
MyRSS.xml
next >
Wrap
Extensible Markup Language
|
2004-02-04
|
4KB
|
111 lines
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:fr="http://ASPRSS.com/fr.html"
xmlns:pa="http://ASPRSS.com/pa.html"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.mysite.com">
<title>My Site</title>
<link>http://www.mysite.com</link>
<description>This is the description of my site</description>
<dc:publisher>This is details for my site</dc:publisher>
<dc:creator>My name (mailto:me@email.com)</dc:creator>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://mysite.com/article1.html"/>
<rdf:li rdf:resource="http://mysite.com/article10.html"/>
<rdf:li rdf:resource="http://mysite.com/article2.html"/>
<rdf:li rdf:resource="http://mysite.com/article3.html"/>
<rdf:li rdf:resource="http://mysite.com/article4.html"/>
<rdf:li rdf:resource="http://mysite.com/article5.html"/>
<rdf:li rdf:resource="http://mysite.com/article6.html"/>
<rdf:li rdf:resource="http://mysite.com/article7.html"/>
<rdf:li rdf:resource="http://mysite.com/article8.html"/>
<rdf:li rdf:resource="http://mysite.com/article9.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://mysite.com/article1.html">
<title>Article 1</title>
<description>Description for article 1</description>
<link>http://mysite.com/article1.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article10.html">
<title>Article 10</title>
<description>Description for article 10</description>
<link>http://mysite.com/article10.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article2.html">
<title>Article 2</title>
<description>Description for article 2</description>
<link>http://mysite.com/article2.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article3.html">
<title>Article 3</title>
<description>Description for article 3</description>
<link>http://mysite.com/article3.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article4.html">
<title>Article 4</title>
<description>Description for article 4</description>
<link>http://mysite.com/article4.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article5.html">
<title>Article 5</title>
<description>Description for article 5</description>
<link>http://mysite.com/article5.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article6.html">
<title>Article 6</title>
<description>Description for article 6</description>
<link>http://mysite.com/article6.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article7.html">
<title>Article 7</title>
<description>Description for article 7</description>
<link>http://mysite.com/article7.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article8.html">
<title>Article 8</title>
<description>Description for article 8</description>
<link>http://mysite.com/article8.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
<item rdf:about="http://mysite.com/article9.html">
<title>Article 9</title>
<description>Description for article 9</description>
<link>http://mysite.com/article9.html</link>
<dc:date>2004-02-04</dc:date>
<pa:category>News</pa:category>
<dc:creator>Me (mailto:my@email.com)</dc:creator>
</item>
</rdf:RDF>